home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ClickNslide.swf / scripts / DefineButton2_233 / BUTTONCONDACTION on(release).as
Text File  |  2001-07-14  |  150b  |  12 lines

  1. on(release){
  2.    if(menustatus)
  3.    {
  4.       menu.gotoAndStop("off");
  5.    }
  6.    else
  7.    {
  8.       menu.gotoAndStop("on");
  9.    }
  10.    enetstatus++;
  11. }
  12.